Tue Oct 7 23:30:00 2003 Matthias Clasen <maclas@gmx.de>
* gdk-pixbuf-xlib.h: Add C++ guards. (123955, Harring Figueiredo)
+Tue Oct 7 23:30:00 2003 Matthias Clasen <maclas@gmx.de>
+
+ * gdk-pixbuf-xlib.h: Add C++ guards. (123955, Harring Figueiredo)
+
2002-08-06 jacob berkman <jacob@ximian.com>
* Makefile.am (lib_LTLIBRARIES): link against xlibs
#ifndef GDK_PIXBUF_XLIB_H
#define GDK_PIXBUF_XLIB_H
+#ifdef __cplusplus
+extern "C" {
+#endif /* __cplusplus */
+
#include <gdk-pixbuf/gdk-pixbuf.h>
#include <gdk-pixbuf-xlib/gdk-pixbuf-xlibrgb.h>
#include <X11/Xlib.h>
int dest_x, int dest_y,
int width, int height);
+#ifdef __cplusplus
+}
+#endif /* __cplusplus */
+
+
#endif /* GDK_PIXBUF_XLIB_H */